home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / bbs / server / octps074 / script / trouble.scr < prev    next >
Encoding:
Text File  |  1996-07-09  |  523 b   |  18 lines

  1. /* 
  2.  * TROUBLE script for Octopus when there are mistakes in the
  3.  * normal (OCTOPUS.SCR) script found.
  4.  * -------------------------------------------------------------------
  5.  * Automatically loaded to keep the BBS online.
  6.  * written by Koos Kuil somewhere in Juli 1996
  7.  */
  8. Send "\fOctoScript contains some mistakes, sysop has only access\r\n\n"
  9. Login
  10. IfPrivilege Sysop
  11.   Shell
  12. Else
  13.   Send "\r\nBye Bye...Call back when the sysop has fixed the problems...\r\n"
  14. Endif
  15. Sleep 2
  16. Logout
  17.  
  18. /* End of TROUBLE.SCR */